home *** CD-ROM | disk | FTP | other *** search
- ////////////////////////////////////////////////////////////////
- //
- // EditorGetTwain.wkf
- //
- // Main workflow for the Twain handling page
- //
-
- //
- // Source of catalog stuffer
- //
-
- 10 STRING camera:MGIQUERYTWAIN/ // TWAIN source enumerator
- 11 7D0DF7C0-D74F-11D0-AEE0-00C0A84E4071 // Loader for it
- 12 STRING file:/resources/CatalogsComponent!Common!_Empty.pza // Target for listbox
-
- //
- // Destination of catalog stuffer
- //
-
- // Temporarily send to an msc file
- 20 STRING dummy
-
- //
- // Generic parameters for Catalog stuffer
- //
-
- 40 STRING Photo // Filename prefix
- 41 INTEGER 0 0 1 // Add to album flag
-
- //
- // Catalog stuffer
- //
-
- 50 AA009740-9576-11D1-8445-0080C851B1BB
-
-
- LINK 10 0 11 0 // Load the Source list
-
- LINK 12 0 50 0 // CatalogSource Moniker to Stuffer
- LINK 40 0 50 1 // Filename Prefix
- LINK 41 0 50 2 // Add to album flag
- LINK 20 0 50 3 // Destination Moniker to Stuffer
-